home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1997 February / Computer Life February 1997.iso / S / wws9530 / Product / WORDSRCH.EXE / 0 / RCDATA / TSPELLSUGGESTIONS / TSPELLSUGGESTIONS.txt
Text File  |  1996-03-09  |  2KB  |  108 lines

  1. object SpellSuggestions: TSpellSuggestions
  2.   Left = 309
  3.   Top = 118
  4.   BorderStyle = bsDialog
  5.   Caption = 'Spelling Suggestions'
  6.   ClientHeight = 445
  7.   ClientWidth = 333
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 19
  18.   object Label1: TLabel
  19.     Left = 12
  20.     Top = 108
  21.     Width = 165
  22.     Height = 25
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 'Suggestions'
  26.     Font.Color = clBlack
  27.     Font.Height = -20
  28.     Font.Name = 'Arial'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object Bevel1: TBevel
  33.     Left = 4
  34.     Top = 104
  35.     Width = 181
  36.     Height = 333
  37.     Style = bsRaised
  38.   end
  39.   object Panel1: TPanel
  40.     Left = 4
  41.     Top = 8
  42.     Width = 325
  43.     Height = 89
  44.     Color = clOlive
  45.     TabOrder = 0
  46.     object Label2: TLabel
  47.       Left = 4
  48.       Top = 4
  49.       Width = 317
  50.       Height = 41
  51.       Alignment = taCenter
  52.       AutoSize = False
  53.       Caption = 
  54.         'The following word was not found in the dictionary.  Suggestions' +
  55.         ' are listed below.'
  56.     end
  57.     object TheWord: TLabel
  58.       Left = 4
  59.       Top = 48
  60.       Width = 317
  61.       Height = 37
  62.       Alignment = taCenter
  63.       AutoSize = False
  64.       Caption = 'WORD'
  65.       Font.Color = clWhite
  66.       Font.Height = -30
  67.       Font.Name = 'Arial'
  68.       Font.Style = []
  69.       ParentFont = False
  70.     end
  71.   end
  72.   object SugList: TListBox
  73.     Left = 8
  74.     Top = 136
  75.     Width = 173
  76.     Height = 297
  77.     ItemHeight = 19
  78.     TabOrder = 1
  79.   end
  80.   object ReplaceButton: TButton
  81.     Left = 200
  82.     Top = 176
  83.     Width = 113
  84.     Height = 33
  85.     Caption = '&Replace'
  86.     TabOrder = 2
  87.     OnClick = ReplaceButtonClick
  88.   end
  89.   object Button1: TButton
  90.     Left = 200
  91.     Top = 220
  92.     Width = 113
  93.     Height = 33
  94.     Caption = '&Ignore'
  95.     TabOrder = 3
  96.     OnClick = Button1Click
  97.   end
  98.   object AbortButton: TButton
  99.     Left = 200
  100.     Top = 400
  101.     Width = 113
  102.     Height = 33
  103.     Caption = '&Abort'
  104.     TabOrder = 4
  105.     OnClick = AbortButtonClick
  106.   end
  107. end
  108.